icon helper: Don't set baseline to 0
authorMatthias Clasen <mclasen@redhat.com>
Thu, 25 Feb 2016 18:18:02 +0000 (13:18 -0500)
committerMatthias Clasen <mclasen@redhat.com>
Thu, 25 Feb 2016 18:18:02 +0000 (13:18 -0500)
commitabd781a2c99803d2e08665ad1bda5f08dba49723
tree0e43d8c53fd0d139de3ae15ea8de665e6a986070
parent8920b6a65091e48eb3e0276f1fb3762bc580982c
icon helper: Don't set baseline to 0

It is clearly not the intention that the baseline of icons is at
the very top. The visible effect of this was that spin buttons were
higher than expeted, because the box gadget was trying to line up
the baseline of the text with the top of the buttons, forcing extra
height to be requested.

Just don't set a baseline at all for now.
gtk/gtkiconhelper.c